-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix styles for hub pages and article page #9765
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Just a few comments.
Good catch @michelle-thompson! I updated the styles for the card in the hub pages and also updated the screenshots in the PR description. @MariaHCD I addressed the requested changes, thanks for the review! 🙇🏽 The PR is ready to be reviewed again. |
@michelle-thompson Ah yes, it was a bolded hyperlink, I think I accidentally added the bold property in the article .md content. This how the link looks like without the bold property: |
Looks great, thank you! |
Reviewing the other PR: #9869 (comment) It looks like we are good right? It seems @michelle-thompson gave it the thumbs up. |
🚀 Deployed to production by @chiragsalian in version: 1.1.84-13 🚀
|
.header-button { | ||
position: absolute; | ||
display: none; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This caused #25646 down the road.
cc @roryabraham @michelle-thompson
Details
This PR includes mainly style changes for the Help site to mimic the mockups design from the design doc.
Some other minor changes included in this PR:
_includes
folder (changed-navigation-tree
suffix to-lhn
)Fixed Issues
$ https://github.com/Expensify/Expensify/issues/216742
Tests
(you need ruby and bundler installed to do this, more info here)
Run:
Make sure the site's styles load and that all the colors look correct.
Additionally add more content like Stage titles, Groups of cards and card buttons to one of the hub pages (i.e. request-money and Stage title anchors and Article links to the respective LHN section (i.e. request-money-lhn).
Screenshots
Hub page
Desktop (updated):
![localhost_4000_hubs_request-money_](https://user-images.githubusercontent.com/6829422/178348959-1d53e522-5c3a-4fe6-9ca9-6f1ffeb91053.png)
Mobile (updated):
![](https://user-images.githubusercontent.com/6829422/178124328-d4f6a80f-fb2e-440f-bc60-9522e2e9fa32.png)
![](https://user-images.githubusercontent.com/6829422/178349010-775e9606-b887-4dfe-ba4f-96b63fc53b8d.png)
Article page
Desktop:
![localhost_4000_articles_request-money_SmartScan](https://user-images.githubusercontent.com/6829422/178124343-4f8246a9-c0ed-42f2-8304-74f9c277e5f5.png)
Mobile:
![](https://user-images.githubusercontent.com/6829422/178124359-f9080658-64e5-490a-be7d-f31c9287e0c3.png)